home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 265_01 / letter.doc < prev    next >
Text File  |  1990-02-13  |  3KB  |  131 lines

  1.         Rainer Gerhards                         Baesweiler, April 18, 1988
  2.         Petronellastr. 6
  3.         D-5112 Baesweiler
  4.         West Germany
  5.  
  6.  
  7.  
  8.  
  9.         The C User's Group
  10.         Mr. Robert Ward
  11.         Box 97
  12.         McPherson, KS 67460
  13.         U S A
  14.  
  15.  
  16.  
  17.         Dear Mr. Ward,
  18.  
  19.                               Data Exchange Format
  20.  
  21.  
  22.              I've just received the last C User's Journal.  As  I  could
  23.         see  in  the letters coloumn, you have some first candidates for
  24.         the exchange format library programs.
  25.  
  26.              This brings me to send you this  packet:  It  contains  the
  27.         first  draft  of  my  version  of  such an utility. It is mostly
  28.         written according to my draft format description I've  send  you
  29.         some  time  ago. As such it includes some features that make the
  30.         format more portable than a plain cpio  or  tar  implementation.
  31.         This  features include e. g. the ability to do tab expansion and
  32.         filename conversion.  Note  that  most  of  the  extensions  are
  33.         optional and disabled unless actived by a command line switch.
  34.  
  35.              Although  it  doesn't  implement  a  plain cpio format, the
  36.         utility is able to read 4and5 4write5 cpio disks. So you are able to
  37.         use it with Unix disks you've gotten from anyone.
  38.  
  39.              The program is not a very, very simple one but it uses only
  40.         standard C and  should  compile  under  most  compiler/operating
  41.         system  pairs. It has been developed under Unix (pcc) and passed
  42.         a short test under the following environments: MS-DOS  (MSC5.0),
  43.         MS-DOS            (Turbo-C1.5),           MS-DOS(Lattice-C3.00),
  44.         MS-DOS(Datalight-C2.23to3.11), Starsys (native-compiler).
  45.  
  46.              Note that the program is not really complete today. I  only
  47.         send  this  version  so  that you can take it into consideration
  48.         when prooving exchange format utilities. There is  also  GEnoHF  new
  49.         documentation  included  on  the disk. Please look at the source
  50.         module for further details.
  51.  
  52.              The loader utilities haven't been upgraded  since  my  last
  53.         letter.  This will be done in the near future. They will receive
  54.         a different user interface (but still command line).
  55.  
  56.              The enclosed disk contains my whole  development  directory
  57.         (except  binaries)  at  its  current  state.  The  program I was
  58.         talking about is cugcpio.c. It needs the header  file  environ.h
  59.         to set the correct execution environment conviguration. No other
  60.         files are required.
  61.  
  62.              At last a request: please give me a little  feedback  about
  63.  
  64.  
  65.  
  66.         my contribution and how do you think it will fit in the exchange
  67.         format. This keeps me on the right  way  and  perhaps  helps  me
  68.         saving time if you think it's better to cancel my development.
  69.  
  70.  
  71.  
  72.         Sincerely yours,
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.